'Declaration Public Overloads Function FindLastIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of String) _ ) As System.Integer
public System.int FindLastIndex( System.int startIndex, System.Predicate<string> match )
Parameters
- startIndex
- match